home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / Hydra11s.lha / HBBS / Source / Node / NodeGUI_protos.h < prev    next >
Text File  |  1996-06-25  |  561b  |  33 lines

  1. /* Prototypes for functions defined in
  2. NodeGUI.c
  3.  */
  4.  
  5. void RendWindowNodeWnd(struct Window * , void * );
  6.  
  7. int OpenNodeWndWindow(struct Screen * );
  8.  
  9. void CloseNodeWndWindow(void);
  10.  
  11. void RendWindowInfoWin(struct Window * , void * );
  12.  
  13. int OpenInfoWinWindow(struct Screen * );
  14.  
  15. void CloseInfoWinWindow(void);
  16.  
  17. void RendWindowSettingsWin(struct Window * , void * );
  18.  
  19. int OpenSettingsWinWindow(struct Screen * );
  20.  
  21. void CloseSettingsWinWindow(void);
  22.  
  23. int OpenLibs(void);
  24.  
  25. void CloseLibs(void);
  26.  
  27. int OpenDiskFonts(void);
  28.  
  29. int MakeImages(void);
  30.  
  31. void FreeImages(void);
  32.  
  33.